[PATCH] [3.9] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 29 Apr 2021 17:57:31 +0000 (10:57 -0700)
committerAndrej Shadura <andrewsh@debian.org>
Tue, 20 Jan 2026 10:45:10 +0000 (11:45 +0100)
commit34a43373fbe9944056c797712c178edafc7420b4
tree03582b4c1740f80f9b33a38c145982015628962a
parent35efa4f92dbf717411cab0134339b0de45b43a90
[PATCH] [3.9] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (GH-25725)

* bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 76cd81d60310d65d01f9d7b48a8985d8ab89c8b4)
Co-authored-by: Senthil Kumaran <skumaran@gatech.edu>
Gbp-Pq: Name CVE-2022-0391-1.patch
Doc/library/urllib.parse.rst
Lib/test/test_urlparse.py
Lib/urllib/parse.py